﻿/* -- index -- */

.clear{clear:both;}


.index_product{
	background: #Fff;
	padding-bottom:1px;
}
.prolist{
	margin-top: 25px;
}
.proitem1{
	width:530px;
	height:145px;
	float: left;
	margin: 10px;
	text-align: center;
	padding:10px 15px;
	background: #3568df;
	position: relative;
	border-radius: 0px 40px;
}
.proitem1:hover{
	background: #f60;
}

.proitem1 .ctext{
	text-align: left;
	color: #fff;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
}


.proitem1 .ctext sl0{
	float: right;
	line-height: 40px;
}
.proitem1 .ctext span{
	font-size:25px;color: #ccc;
}
.proitem1 .ctime{
	position: absolute;
	right: 26px;
	bottom: 10px;
	color: #fff;
}

.proitem{
	width: 255px;
	height: 280px;
	float: left;
	margin: 10px;
	text-align: center;
}
.proitem .proitem-img{
	height: 180px;
	width:100%;
	overflow: hidden;
}
.proitem .proitem-title{
	margin-top: 2px;
}
.proitem .proitem-title span{
	display: block;width: 50%;
	line-height: 30px;
	text-align: center;font-size: 12px;
	color: #999;border: 1px solid #aaa;
	border-radius: 20px;box-shadow: none;
	margin: 0px auto;
	margin-top: 10px;
}
.proitem:hover span{color: #fff;border: 1px solid #0DA9D9;background:#0DA9D9;}

.guestbook-div{
	width:100%;
	text-align:center;
}
.guestbook-btn{
	background: #3568df;
	padding: 10px 40px;
	color: #fff;
}
.guestbook-div a:hover{
	background: #f60;
	padding: 10px 40px;
	color: #fff;
}